home *** CD-ROM | disk | FTP | other *** search
Makefile | 1987-08-24 | 244 b | 14 lines |
- #
- # Test out switchf.c
- # MWC version
- #
- CFLAGS = -O -V -DMWC -DTEST
-
- switchf.prg : switchf.o alglobal.o init.o
- cc -o switchf.prg switchf.o init.o alglobal.o -s -V -x
-
- switchf.o alglobal.o init.o : aline.h compiler.h
-
- clean:
- rm *.o switchf.prg
-